Vcenter Ovf LibraryItem VmConfigSpec

Vcenter Ovf LibraryItem VmConfigSpec
Vcenter Ovf LibraryItem VmConfigSpec

The Vcenter Ovf LibraryItem VmConfigSpec defines the optional virtual machine configuration settings used when deploying an OVF template. When used, the OVF descriptor acts as a disk descriptor.

This schema was added in vSphere API 8.0.2.0.

JSON Example
{
    "provider": "string",
    "xml": "string"
}
string
provider
Required

The Vcenter Ovf LibraryItem VmConfigSpec.provider selects a provider from the list of available providers.

For more information see: Vcenter Ovf LibraryItem VmConfigSpecProvider.

This property was added in vSphere API 8.0.2.0.

string
xml
Optional

The Vcenter Ovf LibraryItem VmConfigSpec.xml is a conditional configuration made available upon selecting the Vcenter Ovf LibraryItem VmConfigSpecProvider.XML. It is used to pass in a vim.vm.ConfigSpec for a virtual machine that has been serialized to XML and base64 encoded.

This property was added in vSphere API 8.0.2.0.

This property is optional and it is only relevant when the value of provider is Vcenter Ovf LibraryItem VmConfigSpecProvider.XML.